home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / cfengine-1.5.3 / inputs / cf.groups.example < prev    next >
Encoding:
Text File  |  1998-11-18  |  1.4 KB  |  60 lines

  1. ##############################################################
  2. #
  3. # cf.groups - for iu.hioslo.no
  4. #
  5. # This file contains  all group/class definitions
  6. #
  7. #################################################################
  8.  
  9. ###
  10. #
  11. # BEGIN cf.groups
  12. #
  13. ###
  14.  
  15. groups:
  16.  
  17.    #
  18.    # Define some groups
  19.    #
  20.  
  21.    iu = ( nexus ferengi regula borg dax lore axis worf daystrom voyager 
  22.           aud1 aud2 aud3 aud4 bajor ds9 takpah nostromo galron troi waldo
  23.           thistledown rama chaos pc-steinarj pc-hildeh way jart kosh louis 
  24.           ringworld kronos vulcan seleya arrakis hal vurt )
  25.  
  26.    diskless   = ( regula ferengi lore )
  27.  
  28.    standalone = ( nexus axis dax borg worf daystrom voyager troi louis
  29.                   aud1 aud2 aud3 aud4 bajor ds9 takpah waldo
  30.                   nostromo galron thistledown rama pc-torejo
  31.                   pc-steinarj pc-hildeh )
  32.  
  33.    AllHomeServers   = ( nexus )
  34.    AllBinaryServers = ( nexus waldo )
  35.  
  36.    XBootServer  = ( nexus )
  37.    WWWServers   = ( nexus )
  38.    FTPserver    = ( nexus )
  39.    NameServers  = ( nexus )
  40.    PasswdServer = ( nexus )
  41.    BackupHost   = ( nexus )
  42.  
  43.    IMAPServer   = ( waldo )
  44.  
  45.    MailHub      = ( nexus )
  46.    MailClients  = ( iu -nexus )
  47.  
  48.    All = ( Hr00 )
  49.  
  50.    peaktime     = ( Hr10 Hr11 Hr12 Hr13 Hr14 Hr15 )
  51.  
  52.    OnTheHour    = ( Min00_05 Min5_10 Min10_15 Min15_20 Min20_25 )
  53.  
  54.    HalfHour     = ( Min30_35 Min35_40 Min40_45 Min45_50 Min50_55 )
  55. ###
  56. #
  57. # END cf.groups
  58. #
  59. ###
  60.